home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / A86V402.ZIP / A00.DOC next >
Text File  |  1995-09-25  |  12KB  |  270 lines

  1. A86 assembler package   V4.02       September 25, 1995
  2.  
  3. The entire package is Copyright 1986--1995 Eric Isaacson.
  4. All rights reserved.
  5.  
  6. PLEASE read Chapter 1 for legal terms and conditions, how to 
  7. register for the package, and an overview of the assembler. 
  8.  
  9. This manual is huge!  A note about printing it occurs at
  10. the bottom of the next page.
  11.  
  12. If you have never heard of "shareware", and you purchased 
  13. this disk from XYZ Software House, that advertises great 
  14. software for $5 per disk, you may now be asking the following
  15.  
  16. QUESTION: "What's going on here?  Have I already bought an 
  17.   assembler, or what?" 
  18.  
  19. ANSWER: Well, no, not exactly.  You've bought a disk that has 
  20.   great software on it; you haven't bought the software yet. 
  21.   A86, like the vast majority of software offered by the $5-
  22.   per-disk distribution houses, is free-distribution software 
  23.   (also known as "shareware", or "user-supported software").  
  24.   That means I retain the rights to A86, but I choose to let 
  25.   people pass it around.  I have no business relationship 
  26.   with any distribution houses in the U.S.; I don't get a 
  27.   penny of the $5 (or whatever) you paid them for the disk 
  28.   containing A86.  So I need and expect to be paid by you, 
  29.   because I make my living out of making and supporting
  30.   shareware products. 
  31.  
  32.   A few distribution houses do a pretty poor job of revealing 
  33.   the shareware nature of the software they sell.  If you 
  34.   thought you had purchased the software free and clear, you 
  35.   might feel justified in being angry with them for having 
  36.   misled you.  And you might look around for houses that do a 
  37.   better job of informing the public.  But I hope you'll take 
  38.   the time to consider everybody's role in the shareware 
  39.   marketing scene; if you do, I think you'll conclude that 
  40.   although you may have been misled, you haven't really been 
  41.   cheated out of anything. 
  42.  
  43.   Shareware is great for authors like me, who have spent all 
  44.   their years in their computer holes, learning to be great 
  45.   programmers, and no time in business school learning 
  46.   marketing and distribution techniques.  We simply cast our 
  47.   programs to the winds.
  48.  
  49.   Shareware is also great for customers like you.  You can 
  50.   try out the software before paying for it.  You'll know 
  51.   that a successful shareware product is good, because only 
  52.   satisfied customers pay for it.  The existence of shareware 
  53.   infuses healthy competition in the entire software market, 
  54.   for both price and quality.  In the case of A86, I'm 
  55.   utterly convinced that you'll never find a better value for 
  56.   an assembler, anywhere. 
  57.                                                         0-2
  58.  
  59.   Finally, let's consider the distribution houses.  They 
  60.   provide a legitimate service, for which they charge a 
  61.   reasonable price.  The best houses act as librarians, 
  62.   evaluating and cataloguing software.  Most pay thousands of 
  63.   dollars for advertising.  Their cut is far less than the 
  64.   distributor's cut for "commercial" software (they prosper 
  65.   because their volume is bigger).  Most customers for the 
  66.   distribution houses are repeat customers, who are aware of, 
  67.   and happy with, what they are getting.  If it weren't for 
  68.   your XYZ House, you might never have heard of A86, or might 
  69.   never have figured out where to obtain it. 
  70.  
  71.   So I hope you'll be happy with shareware, and actively 
  72.   desire to support it.  You'll feel good about promoting a 
  73.   healthy situation for everybody.  And you'll encourage the 
  74.   best programmers in the world to keep writing for you, 
  75.   instead of for the big corporations. 
  76.  
  77.  
  78. Now that I've said that, let's move on to the package.   The A86 
  79. package consists of the program A86.COM, a collection of source, 
  80. batch, and library files used by the demonstration contained in 
  81. Chapter 2, and a sequence of DOC files that, when printed out in 
  82. order, make the manual.  Each chapter is a DOC file whose name 
  83. is A??.DOC, where ?? runs from 00 though 17.  Exception: chapter 
  84. 6 is split into A06A.DOC and A06B.DOC.  The second file is 
  85. wider, and should be printed at 12 cpi if you can manage it.  
  86. The other files can print at 10cpi with margins -- You should 
  87. set your printer to a 1-inch left margin, as the DOC files do 
  88. not attempt to provide a left margin for you.  (You can modify 
  89. the PAGE.8 program to output the appropriate codes!) 
  90.  
  91.                                                         0-3
  92. TABLE OF CONTENTS
  93.  
  94.  
  95. CHAPTER 1   INTRODUCTION AND LEGAL TERMS
  96.  
  97.   Introduction                             1-1
  98.   Legal Terms and Conditions               1-1
  99.   Registration Benefits                    1-3
  100.   Overview of A86                          1-4
  101.   About the Author                         1-6
  102.   How to Contact Me                        1-7
  103.  
  104.  
  105. CHAPTER 2   A86 DEMONSTRATION
  106.  
  107.   Assembling a Very Short Program: PAGE.COM                 2-1
  108.   Demonstration of Error-Reporting                          2-1
  109.   Assembling a Longer Program with Library Files: REV.COM   2-1
  110.   Assembling a medium-sized program: TCOLS.COM              2-2
  111.  
  112.  
  113. CHAPTER 3   OPERATION AND REQUIREMENTS
  114.  
  115.   Creating Programs to Assemble             3-1
  116.   Program Invocation                        3-1
  117.   Assembler Switches                        3-2
  118.   The A86 Environment Variable              3-7
  119.   Using Standard Input as a Command Tail    3-8
  120.   Strategies for Source File Maintenance    3-9
  121.   System Requirements for A86               3-9
  122.  
  123.  
  124. CHAPTER 4   ELEMENTS OF THE A86 LANGUAGE
  125.  
  126.   General Categories of A86 Elements                 4-1
  127.   Operand Typing and Code Generation                 4-3
  128.   Generating Opcodes from General Purpose Mnemonics  4-5
  129.  
  130.  
  131. CHAPTER 5   SOME EXCLUSIVE FEATURES OF A86
  132.  
  133.   The IF Statement                                 5-1
  134.   Multiple operands to PUSH, POP, INC, DEC         5-1
  135.   Repeat Counts to String Instructions             5-1
  136.   Conditional Return Instructions                  5-2
  137.   A86 extensions to the MOV and XCHG instructions  5-2
  138.   Local Symbols                                    5-3
  139.   Operands to AAM and AAD Instructions             5-4
  140.   Single-Operand Forms of the TEST Instruction     5-4
  141.   Optimized LEA Instruction                        5-4
  142.                                                            0-4
  143. CHAPTER 6    THE 86 INSTRUCTION SET
  144.  
  145.   Effective Addresses                            6-1
  146.   Segmentation and Effective Addresses           6-3
  147.   Effective Use of Effective Addresses           6-4
  148.   Encoding of Effective Addresses                6-5
  149.   How to Read the Instruction Set Chart          6-7
  150.   The Instruction Set Chart                      6-9
  151.  
  152.  
  153. CHAPTER 7   THE FLOATING-POINT PROCESSOR
  154.  
  155.   The 8087 and 287 Coprocessors          7-1
  156.   Extra Coprocessor Support              7-2
  157.   Emulating the 8087 by Software         7-2
  158.   The Floating Point Stack               7-3
  159.   Floating Point Initializations         7-3
  160.   Built-In Constant Names                7-4
  161.   Special Immediate FLD Form             7-4
  162.   Floating Point Operand Types           7-5
  163.   Operand Choices in A86                 7-6
  164.   The 87 Instruction Set                 7-6
  165.  
  166.  
  167. CHAPTER 8   NUMBERS AND EXPRESSIONS
  168.  
  169.   Numbers and Bases                         8-1
  170.   The RADIX Directive                       8-2
  171.   Floating-point Initializations            8-3
  172.   Overview of Expressions                   8-3
  173.   Types of Expression Operands              8-3
  174.   Descriptions of Operators and Specifiers  8-4
  175.   Operator Precedence                      8-13
  176.                                                          0-5
  177. CHAPTER 9   DIRECTIVES IN A86
  178.  
  179.   Segments in A86                                 9-1
  180.   CODE ENDS and DATA ENDS Statements              9-2
  181.   The ORG Directive                               9-2
  182.   The EVEN Directive                              9-3
  183.   Data Allocation Using DB, DW, DD, DQ, and DT    9-3
  184.   The STRUC Directive                             9-5
  185.   Forward References                              9-6
  186.   Forward References in Expressions               9-7
  187.   The EQU Directive                               9-7
  188.   Equates to Built-In Symbols                     9-8
  189.   The NIL Prefix                                  9-9
  190.   Interrupt Equates                               9-9
  191.   Duplicate Definitions                           9-9
  192.   The = Directive                                9-10
  193.   The PROC Directive                             9-10
  194.   The ENDP Directive                             9-11
  195.   The LABEL Directive                            9-11
  196.   The INCLUDE Directive                          9-12
  197.  
  198.  
  199. CHAPTER 10   RELOCATION AND LINKAGE
  200.  
  201.   .OBJ Production Made Easy                          10-1
  202.   Overview of Relocation and Linkage                 10-3
  203.   The NAME Directive                                 10-5
  204.   The PUBLIC Directive                               10-5
  205.   The EXTRN Directive                                10-6
  206.   MAIN: The Starting Location for a Program          10-7
  207.   The END Directive                                  10-7
  208.   The SEGMENT Directive                              10-8
  209.   DATA SEGMENT, STRUC and CODE SEGMENT Directives   10-11
  210.   The ENDS Directive                                10-11
  211.   Default Outer SEGMENT                             10-12
  212.   The GROUP Directive                               10-12
  213.   The SEG Operator                                  10-13
  214.                                                             0-6
  215. CHAPTER 11   MACROS AND CONDITIONAL ASSEMBLY
  216.  
  217.   Macro Facility                                     11-1
  218.   Simple Macro Syntax                                11-1
  219.   Formatting in macro definitions and calls          11-2
  220.   Macro operand substitution                         11-2
  221.   Quoted-string operands                             11-3
  222.   Looping by operands in macros                      11-4
  223.   The #L last operator and indefinite repeats        11-5
  224.   Character-loops                                    11-5
  225.   The "B"-before and "A"-after operators             11-6
  226.   Multiple-increments within loops                   11-6
  227.   Negative R-loops                                   11-7
  228.   Nesting of loops in macros                         11-8
  229.   Implied closing of loops                           11-8
  230.   Passing Operands by Value                          11-8
  231.   Passing Operand Size                               11-8
  232.   Generating the Number of an Operand                11-9
  233.   Parenthesized Operand Numbers                      11-9
  234.   Exiting from the Middle of a Macro                11-10
  235.   Local Labels in Macros                            11-10
  236.   Debugging Macro Expansions                        11-11
  237.   Conditional Assembly                              11-11
  238.   Conditional Assembly and Macros                   11-13
  239.   Simulating MASM's Conditional Assembly Constructs 11-14
  240.   Declaring Variables in the Assembler Invocation   11-14
  241.   Null Invocation Variable Names                    11-15
  242.   Changing Values of Invocation Variables           11-15
  243.  
  244.  
  245. CHAPTER 12   COMPATIBILITY WITH OTHER ASSEMBLERS
  246.  
  247.   Conversion of MASM programs to A86                12-1
  248.   Compatibility-symbols recognized by A86           12-5
  249.   Conversion of A86 Programs to Intel/IBM/MASM      12-5
  250.  
  251.  
  252. CHAPTER 13   ASSOCIATED TOOLS AND OUTPUT FILES
  253.  
  254.   Listings with A86                                   13-1
  255.   Listing Control Directives                          13-2
  256.   Cross-reference Facility                            13-3
  257.   A86LIB Source File Library Tool                     13-5
  258.   Using A86.LIB in A86 Assemblies                     13-6
  259.   Environment Variable A86LIB                         13-6
  260.   Forcing a Library Search                            13-7
  261.  
  262. CHAPTER 14   DESCRIPTIONS OF A86 ERROR MESSAGES
  263.  
  264. CHAPTER 15   RELEASE HISTORY OF A86
  265.  
  266. CHAPTER 16    RESERVED SYMBOLS IN THE A86 LANGUAGE
  267.  
  268. A17.DOC   INDEX
  269.  
  270.